Definition at line 32 of file IFileBrowserValidator.hpp.
| Exponent::GUI::Listeners::IFileBrowserValidator::IFileBrowserValidator | ( | ) | [inline] |
Construction
Definition at line 44 of file IFileBrowserValidator.hpp.
| virtual Exponent::GUI::Listeners::IFileBrowserValidator::~IFileBrowserValidator | ( | ) | [inline, virtual] |
Destruction
Definition at line 49 of file IFileBrowserValidator.hpp.
| virtual bool Exponent::GUI::Listeners::IFileBrowserValidator::validateFile | ( | const CFileInformation & | info | ) | [pure virtual] |
Validate if a file should be shown
| info | The file information |
| bool | True if the file should be shown, false otherwise |